DescribeRiskCheckResult
Description
call the DescribeRiskCheckResult interface to query the detection results of the check items, which can be filtered according to the category or name.
Request Method
POST
Request Path
/apsara/route/Sas/DescribeRiskCheckResult
Request Parameters Common Parameters
Name | Location | Type | Required | Sample value | Description |
---|---|---|---|---|---|
Status | BODY | string | No | pass | the status of the check result. Value: pass: through failed: failed running: running waiting: waiting to run ignored: ignored falsePositive: marked false positive |
PageSize | BODY | integer | No | 10 | the maximum number of data displayed on each page during paging query. |
Lang | BODY | string | No | zh | the language type of the request and receive message. Value: zh: Chinese en: English |
version | BODY | string | No | 2016-01-01 | version of api |
GroupId | BODY | long | No | 21000 | detection item category ID. Value: 1: authentication and permissions 2: network access control 3: log audit 4: data security 5: monitoring alarm 6: basic security protection |
Name | BODY | string | No | cloud platform-primary account two-factor authentication configuration check | check item name. For details of check item names and corresponding risk check items, please refer to the risk check item table after the parameters returned in this document. |
ItemIds.N | BODY | repeatlist | No | sde*** | check item ID. For details of the risk check items corresponding to the ID value, please refer to the risk check item table after the parameter returned in this document. |
AssetType | BODY | string | No | RDS | the type of cloud product checked. For more information about the risk check items corresponding to the cloud product type, see the risk check item table after the parameters are returned in this document. |
SourceIp | BODY | string | No | 1.2.3.4 | access the IP address of the source. |
CurrentPage | BODY | integer | No | 1 | the page number of the current page displayed when paging query. |
regionId | BODY | string | Yes | No sample value for this parameter. | region id |
RiskLevel | BODY | string | No | high | check item risk level. Value: high: high risk medium: medium risk low: low risk |
Return data
Name | Type | Sample value | Description |
---|---|---|---|
RequestID | string | 1E3D5A1E0-67CA-43DA-24BC-EAF2D5A1E4DC | Request id |
Example
Successful Response example
{
"RequestID":"1E3D5A1E0-67CA-43DA-24BC-EAF2D5A1E4DC"
}
Failed Response example
{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}
}